getVideoTracksCount method

Future<int?> getVideoTracksCount(
  1. int viewId
)

Returns the number of video tracks

Implementation

Future<int?> getVideoTracksCount(int viewId) {
  throw _unimplemented('getVideoTracksCount');
}