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