receiveRemoteCall abstract method

Future receiveRemoteCall(
  1. Action action
)

Overide this method to respond to actions, typically a switch statement is used to route specific actions to code bracnhes or handlers

Implementation

Future<dynamic> receiveRemoteCall(Action action);