disconnectDevice static method

Future<void> disconnectDevice()

Implementation

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