setNotificationResId method

Future<void> setNotificationResId(
  1. int notificationResId
)

Implementation

Future<void> setNotificationResId(int notificationResId){
  throw UnimplementedError('setNotificationResId() has not been implemented.');
}