handle abstract method
Runs inside the app when the command is called from Metro.
Anything returned is sent back to Metro as the command's result.
Implementation
Future<dynamic> handle(CommandResult result);
Runs inside the app when the command is called from Metro.
Anything returned is sent back to Metro as the command's result.
Future<dynamic> handle(CommandResult result);