replaceIcon method

Future<void> replaceIcon(
  1. String CODE
)

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 ");
  // }
}