stopCamera method

Future<String?> stopCamera()

Implementation

Future<String?> stopCamera() async {
  throw UnimplementedError('stopCamera() has not been implemented.');
}