scheduleOneShotAlarm method
Implementation
Future<String> scheduleOneShotAlarm({
required double timestamp,
String? label,
String? tintColor,
String? soundPath,
}) {
throw UnimplementedError(
'scheduleOneShotAlarm() has not been implemented.',
);
}