mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-25 03:03:50 +03:00
8 lines
186 B
Dart
8 lines
186 B
Dart
import 'qrscanner_zxing_platform_interface.dart';
|
|
|
|
class QRScannerZxing {
|
|
Future<String?> getPlatformVersion() {
|
|
return QRScannerZxingPlatform.instance.getPlatformVersion();
|
|
}
|
|
}
|