getDeviceIdentity method

  1. @override
Future<Map<String, dynamic>> getDeviceIdentity()
override

Raw device and app identity map from the host.

Implementation

@override
Future<Map<String, dynamic>> getDeviceIdentity() {
  return _invokeMap('getDeviceIdentity');
}