closeSound method

Future<bool> closeSound()

关闭声音

Implementation

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