getActiveProfile method

Future<void> getActiveProfile()

Retrieves the active profile name.

Implementation

Future<void> getActiveProfile() {
  throw UnimplementedError('getActiveProfile() has not been implemented.');
}