release method

Future<Result> release()

Releases the resources associated with this audio player.

Implementation

Future<Result> release() async {
  return ResultMap[await _invokeMethod('release') as int] ?? Result.ERROR;
}