getVersionName method

Future<String?> getVersionName()

Implementation

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