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