setNotificationIcon method

Future<bool> setNotificationIcon(
  1. String iconName
)

Set notification icon (drawable resource name)

Implementation

Future<bool> setNotificationIcon(String iconName) {
  throw UnimplementedError('setNotificationIcon() has not been implemented.');
}