static Future<T?> invokeMethod<T, P>(String methodName, [dynamic param]) async => _channel.invokeMethod<T>( methodName, param, );