getModelName method

Future<String?> getModelName()

Retrieves the current screen name.

Implementation

Future<String?> getModelName() {
  return ZonkaSdkPlatform.instance.getModelName();
}