getSyncedDeviceInfo method

Future<AppticsDeviceInfo?> getSyncedDeviceInfo()

Implementation

Future<AppticsDeviceInfo?> getSyncedDeviceInfo() async {
  return await _syncedDeviceInfo.future;
}