fix: Incorrect progress updating for native player

This commit is contained in:
PartyDonut 2025-10-26 18:07:26 +01:00
parent fa61ce2e40
commit a3ccb6009c
6 changed files with 57 additions and 32 deletions

View file

@ -184,9 +184,11 @@ abstract class NativeVideoActivity {
@HostApi()
abstract class VideoPlayerApi {
@async
bool sendPlayableModel(PlayableData playableData);
void open(String url, bool play);
@async
bool open(String url, bool play);
void setLooping(bool looping);