Add setIosCategory
This commit is contained in:
parent
64dc836b7f
commit
02631bfe84
8 changed files with 58 additions and 7 deletions
|
@ -30,6 +30,9 @@ public class JustAudioPlugin implements MethodCallHandler {
|
|||
new AudioPlayer(registrar, id);
|
||||
result.success(null);
|
||||
break;
|
||||
case "setIosCategory":
|
||||
result.success(null);
|
||||
break;
|
||||
default:
|
||||
result.notImplemented();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue