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