volume method

Future<double> volume()

Implementation

Future<double>volume() async {
  return await _methodChannel.invokeMethod('volume');
}