customSound method

Future<void> customSound(
  1. String soundName
)

播放自定义的音效

Implementation

Future<void> customSound(String soundName) async {
  throw UnimplementedError('vibrate() has not been implemented.');
}