TelephonyManager class
- Mixed-in types
Constructors
Properties
- channel → MethodChannel
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDeviceId(
) → Future< String> -
getNetworkCountryIso(
) → Future< String> -
getNetworkOperatorName(
) → Future< String> -
getSimCarrierId(
) → Future< int> -
init(
) → dynamic -
inherited
-
invokeMethod<
T> (String method, [dynamic arguments]) → Future< T?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMethodCall(
MethodCall call) → Future -
inherited
-
registerMethodCallListener(
String key, MethodCallListener listener) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterMethodCallListener(
String name) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- UNKNOWN_CARRIER_ID → const int