getState method

  1. @override
Future<StateAction<S, dynamic>> getState()
override

Implementation

@override
Future<StateAction<S, dynamic>> getState() async {
  return await _stateChannel.receive();
}