retrieveDeviceInfo static method

Future<Map<String, Object>?> retrieveDeviceInfo()

Implementation

static Future<Map<String, Object>?> retrieveDeviceInfo() async {
  return await _channel.invokeMapMethod(OkHiNativeMethod.retrieveDeviceInfo);
}