onPlayFromMediaId method

  1. @Deprecated("Use AudioHandler.playFromMediaId instead.")
Future<void> onPlayFromMediaId(
  1. String mediaId
)

Deprecated. Replaced by AudioHandler.playFromMediaId.

Implementation

@Deprecated("Use AudioHandler.playFromMediaId instead.")
Future<void> onPlayFromMediaId(String mediaId) async {}