feat: Implement web audio player
This commit is contained in:
parent
774b866acc
commit
b157cea408
2 changed files with 36 additions and 1 deletions
4
lib/utils/ui_fake.dart
Normal file
4
lib/utils/ui_fake.dart
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// ignore: camel_case_types
|
||||
class platformViewRegistry {
|
||||
static void registerViewFactory(String viewId, dynamic cb) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue