getVolume method

Future<double> getVolume()
inherited

Implementation

Future<double> getVolume() {
  return _nativeAPI.getVolume();
}