destroyBitmaps function
Implementation
Future destroyBitmaps() async {
if (Platform.isAndroid) {
deinitAndroid();
} else if (Platform.isIOS) {
await deinitIosAsync();
}
}
Future destroyBitmaps() async {
if (Platform.isAndroid) {
deinitAndroid();
} else if (Platform.isIOS) {
await deinitIosAsync();
}
}