updateService method Null safety
Implementation
Future<bool> updateService({
String? notificationTitle,
String? notificationText,
Function? callback,
}) {
throw UnimplementedError('updateService() has not been implemented.');
}
Future<bool> updateService({
String? notificationTitle,
String? notificationText,
Function? callback,
}) {
throw UnimplementedError('updateService() has not been implemented.');
}