yubioath-flutter/android/flutter_plugins/qrscanner_zxing/lib/qrscanner_zxing.dart

8 lines
186 B
Dart
Raw Normal View History

2022-04-22 16:28:08 +03:00
import 'qrscanner_zxing_platform_interface.dart';
class QRScannerZxing {
Future<String?> getPlatformVersion() {
return QRScannerZxingPlatform.instance.getPlatformVersion();
}
}