startAudio method

Future<void> startAudio(
  1. String url, {
  2. String? title,
  3. String? body,
  4. String? icon,
  5. bool loop = true,
})

Implementation

Future<void> startAudio(
  String url, {
  String? title,
  String? body,
  String? icon,
  bool loop = true,
}) {
  throw UnimplementedError('startAudio() has not been implemented.');
}