videoSize property

Future<Size?> videoSize

Implementation

Future<Size?> get videoSize {
  return _platform.getVideoSize();
}