getContextualInfo method

Future<Map<Object?, Object?>?> getContextualInfo()

Fetches the contextual information.

This method should be implemented by the platform-specific class.

Implementation

Future<Map<Object?, Object?>?> getContextualInfo() {
  throw UnimplementedError('getContextualInfo() has not been implemented.');
}