deviceInfo method

Future<Map<String, Object?>> deviceInfo()

Device + OS + app context (osType, osVersion, deviceModel, appVersion, …).

Implementation

Future<Map<String, Object?>> deviceInfo() async => <String, Object?>{};