getWarnings method

Future<List<MoveServiceWarning>> getWarnings()

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

Implementation

Future<List<MoveServiceWarning>> getWarnings() {
  throw UnimplementedError('getWarnings() has not been implemented.');
}