DeviceDetailsPlugin constructor

DeviceDetailsPlugin({
  1. String? appName,
  2. String? packageName,
  3. String? version,
  4. String? buildNumber,
  5. String? flutterAppVersion,
  6. String? osVersion,
  7. String? totalInternalStorage,
  8. String? freeInternalStorage,
  9. String? networkOperator,
  10. String? totalRAMSize,
  11. String? freeRAMSize,
  12. String? screenSizeInInches,
  13. String? manufacturer,
  14. String? deviceId,
  15. String? currentDateTime,
})

Implementation

DeviceDetailsPlugin(
    {this.appName,
    this.packageName,
    this.version,
    this.buildNumber,
    this.flutterAppVersion,
    this.osVersion,
    this.totalInternalStorage,
    this.freeInternalStorage,
    this.networkOperator,
    this.totalRAMSize,
    this.freeRAMSize,
    this.screenSizeInInches,
    this.manufacturer,
    this.deviceId,
    this.currentDateTime});