getLastError method

Future<String?> getLastError()

Returns last runtime error string, if any.

Implementation

Future<String?> getLastError() {
  throw UnimplementedError('getLastError() has not been implemented.');
}