swapToMediaItem abstract method

Future<void> swapToMediaItem({
  1. required String mediaID,
  2. String? streamType,
  3. int startPosition = 0,
  4. double delay = 0,
  5. String reason = "",
  6. bool showReturnButton = false,
})

Implementation

Future<void> swapToMediaItem({
  required String mediaID,
  String? streamType,
  int startPosition = 0,
  double delay = 0,
  String reason = "",
  bool showReturnButton = false,
});