getVideoWidth method

Future<int> getVideoWidth()
inherited

Implementation

Future<int> getVideoWidth() {
  return _nativeAPI.getVideoWidth();
}