Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Removed unused import
  • Loading branch information
danielroek committed Feb 5, 2021
commit bd9a2313c4028b3c50234cfcca7d302db4a19dc2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import 'package:cross_file/cross_file.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:meta/meta.dart';
import 'package:pedantic/pedantic.dart';
import 'package:stream_transform/stream_transform.dart';

const MethodChannel _channel = MethodChannel('plugins.flutter.io/camera');
Expand Down