getVolume method

Future<int> getVolume()

获取当前音量

Implementation

Future<int> getVolume() =>
    RustLib.instance.api.crateApiCastProjectorInfoGetVolume(
      that: this,
    );