ThanPkgInterface class abstract

Implementers

Constructors

ThanPkgInterface()

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

genPdfCover({required String outDirPath, required List<String> pdfPathList, int iconSize = 300}) Future<void>
genPdfThumbnail({required List<SrcDestType> 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<SrcDestType> pathList, int iconSize = 300, bool isOverride = false}) Future<void>
getAppBatteryLevel() Future<int?>
getAppExternalPath() Future<String?>
getAppRootPath() Future<String?>
getDeviceId() Future<String?>
getLocalIpAddress() Future<String?>
getPackageInfo() Future<PackageInfo>
getPlatformVersion() Future<String?>
getWifiAddressList() Future<List<String>>
getWifiSSID() Future<String?>
isAppSystemThemeDarkMode() Future<bool>
isInternetConnected() 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>
requestStoragePermission() Future<void>
toggleFullScreen({required bool isFullScreen}) Future<void>
toggleKeepScreen({required bool isKeep}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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