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