getDeviceInfo method

Future<AppticsDeviceInfo?> getDeviceInfo()

Implementation

Future<AppticsDeviceInfo?> getDeviceInfo() async {
  return await _deviceInfo.future;
}