startService method

Future<int> startService(
  1. int eventId,
  2. String? notificationClassResponse
)

Implementation

Future<int> startService(int eventId, String? notificationClassResponse) {
    throw UnimplementedError('startService() has not been implemented.');
}