openSound method

Future<bool> openSound()

开启声音

Implementation

Future<bool> openSound() async {
  return await _channel.invokeMethod('openSound');
}