getErrors method
Gets the current SDK failures Returns current service state. Empty if all good.
Implementation
Future<List<MoveServiceError>> getErrors() {
return MovesdkPlatform.instance.getErrors();
}
Gets the current SDK failures Returns current service state. Empty if all good.
Future<List<MoveServiceError>> getErrors() {
return MovesdkPlatform.instance.getErrors();
}