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