ThanPkgLinux class

Inheritance

Constructors

ThanPkgLinux()

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

checkAndRequestPackageInstallPermission() Future<void>
inherited
checkScreenOrientation() Future<ScreenOrientationTypes?>
inherited
genPdfCover({required String outDirPath, required List<String> pdfPathList, int iconSize = 300}) Future<void>
override
genVideoCover({required Comparable<String> outDirPath, required List<String> videoPathList, int iconSize = 300}) Future<void>
override
getAndroidDeviceInfo() Future<Map<String, dynamic>>
inherited
getDeviceId() Future<String?>
inherited
getLocalIpAddress() Future<String?>
inherited
getPlatformVersion() Future<String?>
inherited
getWifiAddress() Future<String?>
inherited
getWifiAddressList() Future<List<String>>
override
isStoragePermissionGranted() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openUrl({required String url}) Future<bool>
inherited
requestScreenOrientation({required ScreenOrientationTypes type, bool reverse = false}) Future<void>
inherited
requestStoragePermission() Future<void>
inherited
toggleFullScreen({required bool isFullScreen}) Future<void>
inherited
toggleKeepScreen({required bool isKeep}) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited