import 'dart:async'; import 'dart:typed_data'; import 'package:uuid/uuid.dart'; final _privateConstructorUsedError = UnsupportedError( 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); mixin _$EventToUI { Object get field0 => throw _privateConstructorUsedError; } sealed class EventToUI { const factory EventToUI.event( String field0, ) = EventToUI_Event; const factory EventToUI.rgba( int field0, ) = EventToUI_Rgba; const factory EventToUI.texture( int field0, ) = EventToUI_Texture; } class EventToUI_Event implements EventToUI { const EventToUI_Event(final String field0) : this.field = field0; final String field; String get field0 => field; } class EventToUI_Rgba implements EventToUI { const EventToUI_Rgba(final int field0) : this.field = field0; final int field; int get field0 => field; } class EventToUI_Texture implements EventToUI { const EventToUI_Texture(final int field0) : this.field = field0; final int field; int get field0 => field; } class RustdeskImpl { Future stopGlobalEventStream({required String appType, dynamic hint}) { throw UnimplementedError(); } Future hostStopSystemKeyPropagate( {required bool stopped, dynamic hint}) { throw UnimplementedError(); } int peerGetDefaultSessionsCount({required String id, dynamic hint}) { throw UnimplementedError(); } String sessionAddExistedSync( {required String id, required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } void sessionTryAddDisplay( {required UuidValue sessionId, required Int32List displays, dynamic hint}) { throw UnimplementedError(); } String sessionAddSync( {required UuidValue sessionId, required String id, required bool isFileTransfer, required bool isPortForward, required bool isRdp, required String switchUuid, required bool forceRelay, required String password, required bool isSharedPassword, dynamic hint}) { throw UnimplementedError(); } Stream sessionStart( {required UuidValue sessionId, required String id, dynamic hint}) { throw UnimplementedError(); } Future sessionGetRemember( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionGetToggleOption( {required UuidValue sessionId, required String arg, dynamic hint}) { throw UnimplementedError(); } bool sessionGetToggleOptionSync( {required UuidValue sessionId, required String arg, dynamic hint}) { throw UnimplementedError(); } Future sessionGetOption( {required UuidValue sessionId, required String arg, dynamic hint}) { throw UnimplementedError(); } Future sessionLogin( {required UuidValue sessionId, required String osUsername, required String osPassword, required String password, required bool remember, dynamic hint}) { throw UnimplementedError(); } Future sessionSend2Fa( {required UuidValue sessionId, required String code, dynamic hint}) { throw UnimplementedError(); } Future sessionClose({required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionRefresh( {required UuidValue sessionId, required int display, dynamic hint}) { throw UnimplementedError(); } Future sessionRecordScreen( {required UuidValue sessionId, required bool start, required int display, required int width, required int height, dynamic hint}) { throw UnimplementedError(); } Future sessionRecordStatus( {required UuidValue sessionId, required bool status, dynamic hint}) { throw UnimplementedError(); } Future sessionReconnect( {required UuidValue sessionId, required bool forceRelay, dynamic hint}) { throw UnimplementedError(); } Future sessionToggleOption( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionTogglePrivacyMode( {required UuidValue sessionId, required String implKey, required bool on, dynamic hint}) { throw UnimplementedError(); } Future sessionGetFlutterOption( {required UuidValue sessionId, required String k, dynamic hint}) { throw UnimplementedError(); } Future sessionSetFlutterOption( {required UuidValue sessionId, required String k, required String v, dynamic hint}) { throw UnimplementedError(); } Future sessionGetFlutterOptionByPeerId( {required String id, required String k, dynamic hint}) { throw UnimplementedError(); } int getNextTextureKey({dynamic hint}) { throw UnimplementedError(); } String getLocalFlutterOption({required String k, dynamic hint}) { throw UnimplementedError(); } Future setLocalFlutterOption( {required String k, required String v, dynamic hint}) { throw UnimplementedError(); } String getLocalKbLayoutType({dynamic hint}) { throw UnimplementedError(); } Future setLocalKbLayoutType( {required String kbLayoutType, dynamic hint}) { throw UnimplementedError(); } Future sessionGetViewStyle( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetViewStyle( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionGetScrollStyle( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetScrollStyle( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionGetImageQuality( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetImageQuality( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionGetKeyboardMode( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetKeyboardMode( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } String? sessionGetReverseMouseWheelSync( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetReverseMouseWheel( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } String? sessionGetDisplaysAsIndividualWindows( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetDisplaysAsIndividualWindows( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } String? sessionGetUseAllMyDisplaysForTheRemoteSession( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSetUseAllMyDisplaysForTheRemoteSession( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionGetCustomImageQuality( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } bool sessionIsKeyboardModeSupported( {required UuidValue sessionId, required String mode, dynamic hint}) { throw UnimplementedError(); } Future sessionSetCustomImageQuality( {required UuidValue sessionId, required int value, dynamic hint}) { throw UnimplementedError(); } Future sessionSetCustomFps( {required UuidValue sessionId, required int fps, dynamic hint}) { throw UnimplementedError(); } Future sessionLockScreen({required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionCtrlAltDel({required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionSwitchDisplay( {required bool isDesktop, required UuidValue sessionId, required Int32List value, dynamic hint}) { throw UnimplementedError(); } Future sessionHandleFlutterKeyEvent( {required UuidValue sessionId, required String name, required int platformCode, required int positionCode, required int lockModes, required bool downOrUp, dynamic hint}) { throw UnimplementedError(); } void sessionEnterOrLeave( {required UuidValue sessionId, required bool enter, dynamic hint}) { throw UnimplementedError(); } Future sessionInputKey( {required UuidValue sessionId, required String name, required bool down, required bool press, required bool alt, required bool ctrl, required bool shift, required bool command, dynamic hint}) { throw UnimplementedError(); } Future sessionInputString( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionSendChat( {required UuidValue sessionId, required String text, dynamic hint}) { throw UnimplementedError(); } Future sessionPeerOption( {required UuidValue sessionId, required String name, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionGetPeerOption( {required UuidValue sessionId, required String name, dynamic hint}) { throw UnimplementedError(); } Future sessionInputOsPassword( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future sessionReadRemoteDir( {required UuidValue sessionId, required String path, required bool includeHidden, dynamic hint}) { throw UnimplementedError(); } Future sessionSendFiles( {required UuidValue sessionId, required int actId, required String path, required String to, required int fileNum, required bool includeHidden, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionSetConfirmOverrideFile( {required UuidValue sessionId, required int actId, required int fileNum, required bool needOverride, required bool remember, required bool isUpload, dynamic hint}) { throw UnimplementedError(); } Future sessionRemoveFile( {required UuidValue sessionId, required int actId, required String path, required int fileNum, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionReadDirRecursive( {required UuidValue sessionId, required int actId, required String path, required bool isRemote, required bool showHidden, dynamic hint}) { throw UnimplementedError(); } Future sessionRemoveAllEmptyDirs( {required UuidValue sessionId, required int actId, required String path, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionCancelJob( {required UuidValue sessionId, required int actId, dynamic hint}) { throw UnimplementedError(); } Future sessionCreateDir( {required UuidValue sessionId, required int actId, required String path, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionReadLocalDirSync( {required UuidValue sessionId, required String path, required bool showHidden, dynamic hint}) { throw UnimplementedError(); } Future sessionGetPlatform( {required UuidValue sessionId, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionLoadLastTransferJobs( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionAddJob( {required UuidValue sessionId, required int actId, required String path, required String to, required int fileNum, required bool includeHidden, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionResumeJob( {required UuidValue sessionId, required int actId, required bool isRemote, dynamic hint}) { throw UnimplementedError(); } Future sessionElevateDirect( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionElevateWithLogon( {required UuidValue sessionId, required String username, required String password, dynamic hint}) { throw UnimplementedError(); } Future sessionSwitchSides( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionChangeResolution( {required UuidValue sessionId, required int display, required int width, required int height, dynamic hint}) { throw UnimplementedError(); } Future sessionSetSize( {required UuidValue sessionId, required int display, required int width, required int height, dynamic hint}) { throw UnimplementedError(); } Future sessionSendSelectedSessionId( {required UuidValue sessionId, required String sid, dynamic hint}) { throw UnimplementedError(); } Future> mainGetSoundInputs({dynamic hint}) { throw UnimplementedError(); } Future mainGetDefaultSoundInput({dynamic hint}) { throw UnimplementedError(); } String mainGetLoginDeviceInfo({dynamic hint}) { throw UnimplementedError(); } Future mainChangeId({required String newId, dynamic hint}) { throw UnimplementedError(); } Future mainGetAsyncStatus({dynamic hint}) { throw UnimplementedError(); } Future mainGetOption({required String key, dynamic hint}) { throw UnimplementedError(); } String mainGetOptionSync({required String key, dynamic hint}) { throw UnimplementedError(); } Future mainGetError({dynamic hint}) { throw UnimplementedError(); } bool mainShowOption({required String key, dynamic hint}) { throw UnimplementedError(); } Future mainSetOption( {required String key, required String value, dynamic hint}) { throw UnimplementedError(); } Future mainGetOptions({dynamic hint}) { throw UnimplementedError(); } String mainGetOptionsSync({dynamic hint}) { throw UnimplementedError(); } Future mainSetOptions({required String json, dynamic hint}) { throw UnimplementedError(); } Future mainTestIfValidServer({required String server, dynamic hint}) { throw UnimplementedError(); } Future mainSetSocks( {required String proxy, required String username, required String password, dynamic hint}) { throw UnimplementedError(); } Future> mainGetSocks({dynamic hint}) { throw UnimplementedError(); } Future mainGetAppName({dynamic hint}) { throw UnimplementedError(); } String mainGetAppNameSync({dynamic hint}) { throw UnimplementedError(); } String mainUriPrefixSync({dynamic hint}) { throw UnimplementedError(); } Future mainGetLicense({dynamic hint}) { throw UnimplementedError(); } Future mainGetVersion({dynamic hint}) { throw UnimplementedError(); } Future> mainGetFav({dynamic hint}) { throw UnimplementedError(); } Future mainStoreFav({required List favs, dynamic hint}) { throw UnimplementedError(); } String mainGetPeerSync({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainGetLanPeers({dynamic hint}) { throw UnimplementedError(); } Future mainGetConnectStatus({dynamic hint}) { throw UnimplementedError(); } Future mainCheckConnectStatus({dynamic hint}) { throw UnimplementedError(); } Future mainIsUsingPublicServer({dynamic hint}) { throw UnimplementedError(); } Future mainDiscover({dynamic hint}) { throw UnimplementedError(); } Future mainGetApiServer({dynamic hint}) { throw UnimplementedError(); } Future mainPostRequest( {required String url, required String body, required String header, dynamic hint}) { throw UnimplementedError(); } String mainGetLocalOption({required String key, dynamic hint}) { throw UnimplementedError(); } String mainGetEnv({required String key, dynamic hint}) { throw UnimplementedError(); } Future mainSetLocalOption( {required String key, required String value, dynamic hint}) { throw UnimplementedError(); } String mainGetInputSource({dynamic hint}) { throw UnimplementedError(); } Future mainSetInputSource( {required UuidValue sessionId, required String value, dynamic hint}) { throw UnimplementedError(); } Future mainGetMyId({dynamic hint}) { throw UnimplementedError(); } Future mainGetUuid({dynamic hint}) { throw UnimplementedError(); } Future mainGetPeerOption( {required String id, required String key, dynamic hint}) { throw UnimplementedError(); } String mainGetPeerOptionSync( {required String id, required String key, dynamic hint}) { throw UnimplementedError(); } String mainGetPeerFlutterOptionSync( {required String id, required String k, dynamic hint}) { throw UnimplementedError(); } void mainSetPeerFlutterOptionSync( {required String id, required String k, required String v, dynamic hint}) { throw UnimplementedError(); } Future mainSetPeerOption( {required String id, required String key, required String value, dynamic hint}) { throw UnimplementedError(); } bool mainSetPeerOptionSync( {required String id, required String key, required String value, dynamic hint}) { throw UnimplementedError(); } Future mainSetPeerAlias( {required String id, required String alias, dynamic hint}) { throw UnimplementedError(); } Future mainGetNewStoredPeers({dynamic hint}) { throw UnimplementedError(); } Future mainForgetPassword({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainPeerHasPassword({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainPeerExists({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainLoadRecentPeers({dynamic hint}) { throw UnimplementedError(); } String mainLoadRecentPeersSync({dynamic hint}) { throw UnimplementedError(); } String mainLoadLanPeersSync({dynamic hint}) { throw UnimplementedError(); } Future mainLoadRecentPeersForAb( {required String filter, dynamic hint}) { throw UnimplementedError(); } Future mainLoadFavPeers({dynamic hint}) { throw UnimplementedError(); } Future mainLoadLanPeers({dynamic hint}) { throw UnimplementedError(); } Future mainRemoveDiscovered({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainChangeTheme({required String dark, dynamic hint}) { throw UnimplementedError(); } Future mainChangeLanguage({required String lang, dynamic hint}) { throw UnimplementedError(); } Future mainDefaultVideoSaveDirectory({dynamic hint}) { throw UnimplementedError(); } Future mainSetUserDefaultOption( {required String key, required String value, dynamic hint}) { throw UnimplementedError(); } String mainGetUserDefaultOption({required String key, dynamic hint}) { throw UnimplementedError(); } Future mainHandleRelayId({required String id, dynamic hint}) { throw UnimplementedError(); } String mainGetMainDisplay({dynamic hint}) { throw UnimplementedError(); } String mainGetDisplays({dynamic hint}) { throw UnimplementedError(); } Future sessionAddPortForward( {required UuidValue sessionId, required int localPort, required String remoteHost, required int remotePort, dynamic hint}) { throw UnimplementedError(); } Future sessionRemovePortForward( {required UuidValue sessionId, required int localPort, dynamic hint}) { throw UnimplementedError(); } Future sessionNewRdp({required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionRequestVoiceCall( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionCloseVoiceCall( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future cmHandleIncomingVoiceCall( {required int id, required bool accept, dynamic hint}) { throw UnimplementedError(); } Future cmCloseVoiceCall({required int id, dynamic hint}) { throw UnimplementedError(); } Future mainGetLastRemoteId({dynamic hint}) { throw UnimplementedError(); } Future mainGetSoftwareUpdateUrl({dynamic hint}) { throw UnimplementedError(); } Future mainGetHomeDir({dynamic hint}) { throw UnimplementedError(); } Future mainGetLangs({dynamic hint}) { throw UnimplementedError(); } Future mainGetTemporaryPassword({dynamic hint}) { throw UnimplementedError(); } Future mainGetPermanentPassword({dynamic hint}) { throw UnimplementedError(); } Future mainGetFingerprint({dynamic hint}) { throw UnimplementedError(); } Future cmGetClientsState({dynamic hint}) { throw UnimplementedError(); } Future cmCheckClientsLength({required int length, dynamic hint}) { throw UnimplementedError(); } Future cmGetClientsLength({dynamic hint}) { throw UnimplementedError(); } Future mainInit({required String appDir, dynamic hint}) { throw UnimplementedError(); } Future mainDeviceId({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainDeviceName({required String name, dynamic hint}) { throw UnimplementedError(); } Future mainRemovePeer({required String id, dynamic hint}) { throw UnimplementedError(); } bool mainHasHwcodec({dynamic hint}) { throw UnimplementedError(); } bool mainHasGpucodec({dynamic hint}) { throw UnimplementedError(); } String mainSupportedHwdecodings({dynamic hint}) { throw UnimplementedError(); } Future mainIsRoot({dynamic hint}) { throw UnimplementedError(); } int getDoubleClickTime({dynamic hint}) { throw UnimplementedError(); } Future mainStartDbusServer({dynamic hint}) { throw UnimplementedError(); } Future mainSaveAb({required String json, dynamic hint}) { throw UnimplementedError(); } Future mainClearAb({dynamic hint}) { throw UnimplementedError(); } Future mainLoadAb({dynamic hint}) { throw UnimplementedError(); } Future mainSaveGroup({required String json, dynamic hint}) { throw UnimplementedError(); } Future mainClearGroup({dynamic hint}) { throw UnimplementedError(); } Future mainLoadGroup({dynamic hint}) { throw UnimplementedError(); } Future sessionSendPointer( {required UuidValue sessionId, required String msg, dynamic hint}) { throw UnimplementedError(); } Future sessionSendMouse( {required UuidValue sessionId, required String msg, dynamic hint}) { throw UnimplementedError(); } Future sessionRestartRemoteDevice( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } String sessionGetAuditServerSync( {required UuidValue sessionId, required String typ, dynamic hint}) { throw UnimplementedError(); } Future sessionSendNote( {required UuidValue sessionId, required String note, dynamic hint}) { throw UnimplementedError(); } Future sessionAlternativeCodecs( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionChangePreferCodec( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionOnWaitingForImageDialogShow( {required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } Future sessionToggleVirtualDisplay( {required UuidValue sessionId, required int index, required bool on, dynamic hint}) { throw UnimplementedError(); } Future mainSetHomeDir({required String home, dynamic hint}) { throw UnimplementedError(); } String mainGetDataDirIos({dynamic hint}) { throw UnimplementedError(); } Future mainStopService({dynamic hint}) { throw UnimplementedError(); } Future mainStartService({dynamic hint}) { throw UnimplementedError(); } Future mainUpdateTemporaryPassword({dynamic hint}) { throw UnimplementedError(); } Future mainSetPermanentPassword( {required String password, dynamic hint}) { throw UnimplementedError(); } Future mainCheckSuperUserPermission({dynamic hint}) { throw UnimplementedError(); } Future mainCheckMouseTime({dynamic hint}) { throw UnimplementedError(); } Future mainGetMouseTime({dynamic hint}) { throw UnimplementedError(); } Future mainWol({required String id, dynamic hint}) { throw UnimplementedError(); } Future mainCreateShortcut({required String id, dynamic hint}) { throw UnimplementedError(); } Future cmSendChat( {required int connId, required String msg, dynamic hint}) { throw UnimplementedError(); } Future cmLoginRes( {required int connId, required bool res, dynamic hint}) { throw UnimplementedError(); } Future cmCloseConnection({required int connId, dynamic hint}) { throw UnimplementedError(); } Future cmRemoveDisconnectedConnection( {required int connId, dynamic hint}) { throw UnimplementedError(); } Future cmCheckClickTime({required int connId, dynamic hint}) { throw UnimplementedError(); } Future cmGetClickTime({dynamic hint}) { throw UnimplementedError(); } Future cmSwitchPermission( {required int connId, required String name, required bool enabled, dynamic hint}) { throw UnimplementedError(); } bool cmCanElevate({dynamic hint}) { throw UnimplementedError(); } Future cmElevatePortable({required int connId, dynamic hint}) { throw UnimplementedError(); } Future cmSwitchBack({required int connId, dynamic hint}) { throw UnimplementedError(); } Future cmGetConfig({required String name, dynamic hint}) { throw UnimplementedError(); } Future mainGetBuildDate({dynamic hint}) { throw UnimplementedError(); } String translate( {required String name, required String locale, dynamic hint}) { throw UnimplementedError(); } int sessionGetRgbaSize( {required UuidValue sessionId, required int display, dynamic hint}) { throw UnimplementedError(); } void sessionNextRgba( {required UuidValue sessionId, required int display, dynamic hint}) { throw UnimplementedError(); } void sessionRegisterPixelbufferTexture( {required UuidValue sessionId, required int display, required int ptr, dynamic hint}) { throw UnimplementedError(); } void sessionRegisterGpuTexture( {required UuidValue sessionId, required int display, required int ptr, dynamic hint}) { throw UnimplementedError(); } Future queryOnlines({required List ids, dynamic hint}) { throw UnimplementedError(); } int versionToNumber({required String v, dynamic hint}) { throw UnimplementedError(); } Future optionSynced({dynamic hint}) { throw UnimplementedError(); } bool mainIsInstalled({dynamic hint}) { throw UnimplementedError(); } void mainInitInputSource({dynamic hint}) { throw UnimplementedError(); } bool mainIsInstalledLowerVersion({dynamic hint}) { throw UnimplementedError(); } bool mainIsInstalledDaemon({required bool prompt, dynamic hint}) { throw UnimplementedError(); } bool mainIsProcessTrusted({required bool prompt, dynamic hint}) { throw UnimplementedError(); } bool mainIsCanScreenRecording({required bool prompt, dynamic hint}) { throw UnimplementedError(); } bool mainIsCanInputMonitoring({required bool prompt, dynamic hint}) { throw UnimplementedError(); } bool mainIsShareRdp({dynamic hint}) { throw UnimplementedError(); } Future mainSetShareRdp({required bool enable, dynamic hint}) { throw UnimplementedError(); } bool mainGotoInstall({dynamic hint}) { throw UnimplementedError(); } String mainGetNewVersion({dynamic hint}) { throw UnimplementedError(); } bool mainUpdateMe({dynamic hint}) { throw UnimplementedError(); } Future setCurSessionId({required UuidValue sessionId, dynamic hint}) { throw UnimplementedError(); } bool installShowRunWithoutInstall({dynamic hint}) { throw UnimplementedError(); } Future installRunWithoutInstall({dynamic hint}) { throw UnimplementedError(); } Future installInstallMe( {required String options, required String path, dynamic hint}) { throw UnimplementedError(); } String installInstallPath({dynamic hint}) { throw UnimplementedError(); } Future mainAccountAuth( {required String op, required bool rememberMe, dynamic hint}) { throw UnimplementedError(); } Future mainAccountAuthCancel({dynamic hint}) { throw UnimplementedError(); } Future mainAccountAuthResult({dynamic hint}) { throw UnimplementedError(); } Future mainOnMainWindowClose({dynamic hint}) { throw UnimplementedError(); } bool mainCurrentIsWayland({dynamic hint}) { throw UnimplementedError(); } bool mainIsLoginWayland({dynamic hint}) { throw UnimplementedError(); } Future mainStartPa({dynamic hint}) { throw UnimplementedError(); } bool mainHideDocker({dynamic hint}) { throw UnimplementedError(); } bool mainHasPixelbufferTextureRender({dynamic hint}) { throw UnimplementedError(); } bool mainHasFileClipboard({dynamic hint}) { throw UnimplementedError(); } bool mainHasGpuTextureRender({dynamic hint}) { throw UnimplementedError(); } Future cmInit({dynamic hint}) { throw UnimplementedError(); } Future mainStartIpcUrlServer({dynamic hint}) { throw UnimplementedError(); } Future mainTestWallpaper({required int second, dynamic hint}) { throw UnimplementedError(); } Future mainSupportRemoveWallpaper({dynamic hint}) { throw UnimplementedError(); } bool isIncomingOnly({dynamic hint}) { throw UnimplementedError(); } bool isOutgoingOnly({dynamic hint}) { throw UnimplementedError(); } bool isCustomClient({dynamic hint}) { throw UnimplementedError(); } bool isDisableSettings({dynamic hint}) { throw UnimplementedError(); } bool isDisableAb({dynamic hint}) { throw UnimplementedError(); } bool isDisableAccount({dynamic hint}) { throw UnimplementedError(); } bool isDisableInstallation({dynamic hint}) { throw UnimplementedError(); } Future isPresetPassword({dynamic hint}) { throw UnimplementedError(); } Future sendUrlScheme({required String url, dynamic hint}) { throw UnimplementedError(); } Future pluginEvent( {required String id, required String peer, required Uint8List event, dynamic hint}) { throw UnimplementedError(); } Stream pluginRegisterEventStream( {required String id, dynamic hint}) { throw UnimplementedError(); } String? pluginGetSessionOption( {required String id, required String peer, required String key, dynamic hint}) { throw UnimplementedError(); } Future pluginSetSessionOption( {required String id, required String peer, required String key, required String value, dynamic hint}) { throw UnimplementedError(); } String? pluginGetSharedOption( {required String id, required String key, dynamic hint}) { throw UnimplementedError(); } Future pluginSetSharedOption( {required String id, required String key, required String value, dynamic hint}) { throw UnimplementedError(); } Future pluginReload({required String id, dynamic hint}) { throw UnimplementedError(); } void pluginEnable({required String id, required bool v, dynamic hint}) { throw UnimplementedError(); } bool pluginIsEnabled({required String id, dynamic hint}) { throw UnimplementedError(); } bool pluginFeatureIsEnabled({dynamic hint}) { throw UnimplementedError(); } Future pluginSyncUi({required String syncTo, dynamic hint}) { throw UnimplementedError(); } Future pluginListReload({dynamic hint}) { throw UnimplementedError(); } Future pluginInstall( {required String id, required bool b, dynamic hint}) { throw UnimplementedError(); } bool isSupportMultiUiSession({required String version, dynamic hint}) { throw UnimplementedError(); } bool isSelinuxEnforcing({dynamic hint}) { throw UnimplementedError(); } String mainDefaultPrivacyModeImpl({dynamic hint}) { throw UnimplementedError(); } String mainSupportedPrivacyModeImpls({dynamic hint}) { throw UnimplementedError(); } String mainSupportedInputSource({dynamic hint}) { throw UnimplementedError(); } Future mainGenerate2Fa({dynamic hint}) { throw UnimplementedError(); } Future mainVerify2Fa({required String code, dynamic hint}) { throw UnimplementedError(); } bool mainHasValid2FaSync({dynamic hint}) { throw UnimplementedError(); } String mainGetHardOption({required String key, dynamic hint}) { throw UnimplementedError(); } void dispose() { throw UnimplementedError(); } }