static Future<void> screen(String name) async { await _channel.invokeMethod('screen', <String, dynamic>{ 'name': name, }); }