Gets the hasVideo property.
@override Future<bool?> getHasVideo() { assert(_memory != null); return RtmpStreamPlatform.instance.getHasVideo(); }