Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkScreenOrientation()
→ Future<ScreenOrientationTypes?>
-
-
genPdfCover({required String outDirPath, required List<String> pdfPathList, int iconSize = 300})
→ Future<void>
-
-
genPdfThumbnail({required List<SrcDistType> pathList, int iconSize = 300, bool isOverride = false})
→ Future<void>
-
-
genVideoCover({required String outDirPath, required List<String> videoPathList, int iconSize = 300})
→ Future<void>
-
-
genVideoThumbnail({required List<SrcDistType> pathList, int iconSize = 300, bool isOverride = false})
→ Future<void>
-
-
getAndroidDeviceInfo()
→ Future<Map<String, dynamic>>
-
-
getAppBatteryLevel()
→ Future<int>
-
-
getAppExternalPath()
→ Future<String?>
-
-
getAppFilePath()
→ Future<String?>
-
-
getAppRootPath()
→ Future<String?>
-
-
getDeviceId()
→ Future<String?>
-
-
getInstalledApps()
→ Future<List<Map>>
-
-
getLocalIpAddress()
→ Future<String?>
-
-
getPackageInfo()
→ Future<PackageInfo>
-
-
getPlatformVersion()
→ Future<String?>
-
-
getWifiAddress()
→ Future<String?>
-
-
getWifiAddressList()
→ Future<List<String>>
-
-
getWifiSSID()
→ Future<String?>
-
-
isAppInternetConnected()
→ Future<bool>
-
-
isAppSystemThemeDarkMode()
→ Future<bool>
-
-
isStoragePermissionGranted()
→ Future<bool>
-
-
launch(String source)
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openUrl({required String url})
→ Future<void>
-
-
requestScreenOrientation({required ScreenOrientationTypes type, bool reverse = false})
→ Future<void>
-
-
requestStoragePermission()
→ Future<void>
-
-
toggleFullScreen({required bool isFullScreen})
→ Future<void>
-
-
toggleKeepScreen({required bool isKeep})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited