menu
android_native package
documentation
telephony/TelephonyManager.dart
TelephonyManager
getSimCarrierId method
getSimCarrierId method
dark_mode
light_mode
getSimCarrierId
method
Future
<
int
>
getSimCarrierId
(
)
Implementation
Future<int> getSimCarrierId() async { return await invokeMethod(_GET_SIM_CARRIER_ID) as int; }
android_native package
documentation
telephony/TelephonyManager
TelephonyManager
getSimCarrierId method
TelephonyManager class