Add setIosCategory noop for web
This commit is contained in:
parent
02631bfe84
commit
df5414e50c
3 changed files with 51 additions and 18 deletions
|
|
@ -27,6 +27,8 @@ class JustAudioPlugin {
|
|||
final String id = call.arguments[0];
|
||||
new Html5AudioPlayer(id: id, registrar: registrar);
|
||||
return null;
|
||||
case 'setIosCategory':
|
||||
return null;
|
||||
default:
|
||||
throw PlatformException(code: 'Unimplemented');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue