AndroidDeviceInfo.fromJson constructor
AndroidDeviceInfo.fromJson(
- String source
fromJson is the method to convert the json to the android device information.
Implementation
factory AndroidDeviceInfo.fromJson(String source) =>
AndroidDeviceInfo.fromMap(json.decode(source));