ThanPkgAndroid class

Inheritance

Constructors

ThanPkgAndroid()

Properties

channel MethodChannel
final
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>
override
checkScreenOrientation() Future<ScreenOrientationTypes?>
override
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>>
override
getDeviceId() Future<String?>
override
getLocalIpAddress() Future<String?>
override
getPlatformVersion() Future<String?>
override
getWifiAddress() Future<String?>
override
getWifiAddressList() Future<List<String>>
override
isStoragePermissionGranted() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openUrl({required String url}) Future<bool>
override
requestScreenOrientation({required ScreenOrientationTypes type, bool reverse = false}) Future<void>
override
requestStoragePermission() Future<void>
override
toggleFullScreen({required bool isFullScreen}) Future<void>
override
toggleKeepScreen({required bool isKeep}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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