stopMedia static method

Future<void> stopMedia()

Implementation

static Future<void> stopMedia() async {
  _eval("cast.framework.CastContext.getInstance().getCurrentSession()?.getMediaSession()?.stop();");
}