replaceIcon method
Implementation
Future<void> replaceIcon(String CODE) async {
// Platform.isAndroid
// ? AppIconSwitcher.updateIcon(CODE == "LOC" ? "LOC" : CODE.toString())
// // : null;
// try {
// final dynamic number = await channel
// .invokeMethod('changeIcon', <String, dynamic>{'targetIcon': CODE.toString()});
// } on PlatformException catch (e) {
// print("PlatForm Exception Catch ");
// }
}