getHasVideo method

  1. @override
Future<bool?> getHasVideo()
override

Gets the hasVideo property.

Implementation

@override
Future<bool?> getHasVideo() async {
  return await MethodChannelHaishinKit.channel
      .invokeMethod<bool?>("RtmpStream#getHasVideo");
}