fileSound method

Future<void> fileSound(
  1. String filePath
)

播放指定文件音效

Implementation

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