setNotification method

Future<void> setNotification(
  1. List<int> list
)

Sets up other push notifications

Implementation

Future<void> setNotification(List<int> list) {
  return _platform.setNotification(list);
}