getAndroidId static method
Implementation
@Deprecated('Use `getDeviceId` instead')
static Future<String> getAndroidId() async {
if(!Platform.isAndroid) return "";
return await _channel.invokeMethod("Pushe.getAndroidId") ?? "";
}
@Deprecated('Use `getDeviceId` instead')
static Future<String> getAndroidId() async {
if(!Platform.isAndroid) return "";
return await _channel.invokeMethod("Pushe.getAndroidId") ?? "";
}