Settings.Secure.ANDROID_ID
Future<String> getDeviceId() async { return await _channel.invokeMethod<String>('$_name/getDeviceId') ?? ''; }