initService method

Future<MixAudioPlayerPlatform> initService(
  1. String playerId
)

Implementation

Future<MixAudioPlayerPlatform> initService(String playerId) {
  throw UnimplementedError('init() has not been implemented.');
}