getDeviceInformation method

Future<String?> getDeviceInformation()

Method that allow's you to get important information about the current device where the app is running.

Implementation

Future<String?> getDeviceInformation() {
  return ContextualProfilerPlatform.instance.getDeviceInformation();
}