setNotificationIcon method

Future<void> setNotificationIcon(
  1. String icon
)

Implementation

Future<void> setNotificationIcon(String icon) async {
  await methodChannel.invokeMethod('setNotificationIcon', {'icon' : icon});
}