getDeviceIdentity method

Future<Map<String, dynamic>> getDeviceIdentity()

Raw device and app identity map from the host.

Implementation

Future<Map<String, dynamic>> getDeviceIdentity() {
  throw UnimplementedError('getDeviceIdentity() has not been implemented.');
}