adManagerIds method
Implementation
Future adManagerIds() async {
try {
return true;
} on PlatformException catch (e) {
if (kDebugMode) {
print("Failed to get battery level: '${e.message}'.");
}
return true;
}
}
Future adManagerIds() async {
try {
return true;
} on PlatformException catch (e) {
if (kDebugMode) {
print("Failed to get battery level: '${e.message}'.");
}
return true;
}
}