Skip to content
Snippets Groups Projects
Commit 4aecbd23 authored by poka's avatar poka
Browse files

Remove comment

parent 82a17df4
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,13 @@ import 'dart:math';
import 'package:intl/intl.dart';
class HistoryProvider with ChangeNotifier {
// String pubkey = 'D2meevcAHFTS2gQMvmRW5Hzi25jDdikk4nC4u1FkwRaU'; // For debug
String pubkey = '';
HistoryProvider(this.pubkey);
final TextEditingController _outputPubkey = new TextEditingController();
bool isTheEnd = false;
List transBC;
// String pubkey = 'D2meevcAHFTS2gQMvmRW5Hzi25jDdikk4nC4u1FkwRaU'; // For debug
Future scan() async {
await Permission.camera.request();
String barcode;
......@@ -104,8 +103,6 @@ class HistoryProvider with ChangeNotifier {
i++;
}
// transBC.sort((b, a) => Comparable.compare(a[0], b[0]));
return transBC;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment