createContextFromJsonFile method Null safety

Context createContextFromJsonFile(
  1. String path
)

Implementation

Context createContextFromJsonFile(String path) {
  return Context.fromJsonFile(_dll_handle, path);
}