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

checkAndRequestPackageInstallPermission() Future<void>
checkScreenOrientation() Future<ScreenOrientationTypes?>
genPdfCover({required String outDirPath, required List<String> pdfPathList, int iconSize = 300}) Future<void>
genVideoCover({required String outDirPath, required List<String> videoPathList, int iconSize = 300}) Future<void>
getAndroidDeviceInfo() Future<Map<String, dynamic>>
getDeviceId() Future<String?>
getLocalIpAddress() Future<String?>
getPlatformVersion() Future<String?>
getWifiAddress() Future<String?>
getWifiAddressList() Future<List<String>>
isStoragePermissionGranted() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openUrl({required String url}) Future<bool>
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

Operators

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