disconnectDevice static method
Implementation
static Future<void> disconnectDevice() async {
_eval("cast.framework.CastContext.getInstance().getCurrentSession()?.endSession(true);");
}
static Future<void> disconnectDevice() async {
_eval("cast.framework.CastContext.getInstance().getCurrentSession()?.endSession(true);");
}