@override Future<PlatformInterface.ReadyState> getReadyState() { PlatformInterface.ReadyState readyState = toFlutterReadyState(_theoPlayerJS.readyState); return Future.value(readyState); }