saveToJsonFile method Null safety
- String path
Implementation
void saveToJsonFile(String path) {
var exception = _getException();
final constructor = _dll_handle.lookupFunction<_Context_saveToJsonFile_c, _Context_saveToJsonFile_dart>(_context_namespace + 'saveToJsonFile');
constructor(_impl, path.toNativeUtf8(), exception);
tdvCheckException(exception, _dll_handle);
}