getError method

String getError()

Gets the last error message from the native engine.

Returns an empty string if no error occurred.

Implementation

String getError() => _native.getError();