Initiates casting the current video to a cast-compatible remote device. The user has to choose to which device it should be sent.
@override Future<void> castVideo() => _invokeMethod<void>(Methods.castVideo);