scheduleOneShotAlarm method

Future<String> scheduleOneShotAlarm({
  1. required double timestamp,
  2. String? label,
  3. String? tintColor,
})

Implementation

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