unloadAll method

FutureOr<int> unloadAll()

@detail api @brief Unloads all audio effect files. @return - 0: Success. - < 0 : Fail. See ReturnStatus{@link #ReturnStatus} for more details.

Implementation

FutureOr<int> unloadAll() async {
  return await nativeCall('unloadAll', []);
}