stopSysSound method

  1. @override
Future<bool?> stopSysSound()
override

Implementation

@override
Future<bool?> stopSysSound() async {
  final response = await methodChannel.invokeMethod('stopSysSound');
  return response;
}