methodHandlers property
This map of method handlers can be used to define callbacks
context will be the BuildContext where this is invoked from
call is the actual call (can contain arguments).
Implementation
Map<String, MethodCallHandler> get methodHandlers => {};