unloadAll abstract method

Future<int?> unloadAll()

卸载所有音效文件。

返回值:

  • 0:调用成功;
  • <0:调用失败。

Implementation

Future<int?> unloadAll();