Future<Online> send_hotkey( Key key, { List<Key>? modifiers = null, }) async { var Online = await this; return Online.send_hotkey( key, modifiers: modifiers, ); }