getError method
Gets the last error message from the native engine.
Returns an empty string if no error occurred.
Implementation
String getError() => _native.getError();
Gets the last error message from the native engine.
Returns an empty string if no error occurred.
String getError() => _native.getError();