@override String getLastErrorMessage() { final nativeError = _readNativeLastError(); if (nativeError.isNotEmpty && nativeError != 'No error') { return nativeError; } return _lastLocalError; }