getActiveProfile method

Future<EsimProfile?> getActiveProfile()

Returns the currently active profile if any.

Implementation

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