Returns the duration of the currently playing video in seconds
Future<double?> getVideoDuration() async { return await _methodChannel.invokeMethod<double>('getVideoDuration'); }