myhr_facescan.dart 180 Bytes
Newer Older
Chokmongkhon Jansanom committed
1 2 3 4 5 6 7
import 'myhr_facescan_platform_interface.dart';

class MyhrFacescan {
  Future<String?> getPlatformVersion() {
    return MyhrFacescanPlatform.instance.getPlatformVersion();
  }
}