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