systemSound method

Future<void> systemSound(
  1. int soundId
)

播放系统音效

Implementation

Future<void> systemSound(int soundId) async {
  throw UnimplementedError('vibrate() has not been implemented.');
}