videoHeight property

Future<int> get videoHeight

Implementation

Future<int> get videoHeight async {
  return await engineInstanceMethodChannel.invokeMethod('getVideoHeight');
}