Future<String> dispatch() async { final result = await _channel.invokeMethod(dispatchName); return result; }