MethodChannelDeviceSpecialInfoPlus class
An implementation of DeviceSpecialInfoPlusPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- DeviceSpecialInfoPlusPlatform
- MethodChannelDeviceSpecialInfoPlus
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAndroidSimInfo(
) → Future< AndroidCarrierData?> -
override
-
getBluetoothMacAddress(
) → Future< String> -
override
-
getBluetoothName(
) → Future< String> -
override
-
getDeviceName(
) → Future< String> -
override
-
getDownloadsDirectory(
) → Future< Directory?> -
override
-
getEnrollmentSpecificId(
{required String enterpriseID}) → Future< String> -
override
-
getImeiNumber(
) → Future< String> -
override
-
getInstalledApps(
[bool excludeSystemApps = true, String packageNamePrefix = ""]) → Future< List< AppInfo> > -
override
-
getIpAddress(
) → Future< String> -
override
-
getMacAddress(
) → Future< String> -
override
-
getNetworkConnectionType(
) → Future< String> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getSerialNumber(
) → Future< String> -
override
-
isDevMode(
) → Future< bool> -
override
-
isJailBroken(
) → Future< bool> -
override
-
isRoamingEnabled(
) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
turnOnBluetooth(
) → Future< bool> -
override
-
uptime(
) → Future< String> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited