Get the video width/height, it should be obtained after onPrepared.
Future<int> get videoWidth async { return await engineInstanceMethodChannel.invokeMethod('getVideoWidth'); }