StandardMethodChannel extension

on

Methods

call(String method, Map<String, dynamic> args) Future<void>

Available on MethodChannel, provided by the StandardMethodChannel extension

compute<T>(String method, Map<String, dynamic> args) Future<T?>

Available on MethodChannel, provided by the StandardMethodChannel extension