getErrors method

Future<List<MoveServiceError>> getErrors()

Gets the current SDK failures Returns current service state. Empty if all good.

Implementation

Future<List<MoveServiceError>> getErrors() {
  return MovesdkPlatform.instance.getErrors();
}