Future<String> getDeviceName() async { final deviceNames = DeviceMarketingNames(); final singleDeviceName = await deviceNames.getSingleName(); return singleDeviceName; }