handle abstract method

Future handle(
  1. 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.

Implementation

Future<dynamic> handle(CommandResult result);