stopCamera method

Future<void> stopCamera()

停用摄像头

Implementation

Future<void> stopCamera() async {
  await channel.invokeMethod("stopCamera");
}