unloadAll abstract method

Future<int?> unloadAll()

Unloads all audio effect files. Return value:

  • 0: Success.
  • <0: Failure.

Implementation

Future<int?> unloadAll();