@override void invoke(String method, [Map<String, dynamic>? args]) { _channel.invokeMethod('sendData', { 'method': method, 'args': args, }); }