getPendingActions method

Future<List<Map<String, dynamic>>> getPendingActions()

Returns the current list of pending actions as raw maps. Android only; iOS always returns an empty list.

Implementation

Future<List<Map<String, dynamic>>> getPendingActions() {
  throw UnimplementedError('getPendingActions() has not been implemented.');
}