setNotificationOnKillService method

Future<bool?> setNotificationOnKillService(
  1. ArgsForKillNotification argsForKillNotification
)

Implementation

Future<bool?> setNotificationOnKillService(
    ArgsForKillNotification argsForKillNotification) {
  throw UnimplementedError(
      'setNotificationOnKillService() has not been implemented.');
}