getError method

Future<String?> getError()
inherited

Implementation

Future<String?> getError() {
  return _nativeAPI.getError();
}