Future<T?> invokeMethod<T>(String method, [dynamic arguments]) async { return await _channel.invokeMethod(method, arguments); }