getError method

String getError()
inherited

Gets the last error message from the native engine.

Returns an empty string if no error occurred.

Implementation

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