getDeviceInfo method

Future<Map<String, dynamic>> getDeviceInfo()

Implementation

Future<Map<String, dynamic>>  getDeviceInfo() {
  return TrustdeviceSePluginPlatform.instance.getDeviceInfo();
}