Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions media_kit/lib/src/player/native/player/stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ class NativePlayer extends PlatformPlayer {
/// Whether the [NativePlayer] is initialized for unit-testing.
@visibleForTesting
static bool test = false;

Future<void> setProperty(
String property,
String value, {
bool waitForInitialization = true,
}) async {}
}