getModelName method

Future<String?> getModelName()

Retrieves the current screen name from the native platform.

Implementation

Future<String?> getModelName() {
  throw UnimplementedError('getScreenName() has not been implemented.');
}