globalCallMethod abstract method

void globalCallMethod(
  1. String method,
  2. List args
)

call global method on current device with custom args

Implementation

void globalCallMethod(String method, List<dynamic> args);