createContextFromJsonFile method Null safety
- String path
Implementation
Context createContextFromJsonFile(String path) {
return Context.fromJsonFile(_dll_handle, path);
}
Context createContextFromJsonFile(String path) {
return Context.fromJsonFile(_dll_handle, path);
}