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