getError method

Future<String?> getError()
override

Implementation

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