@override Future<T?> invokeMethod<T>(String method, [arguments]) { return methodChannel.invokeMethod<T>(method, arguments); }