getActiveProfile method
Returns the currently active profile if any.
Implementation
Future<EsimProfile?> getActiveProfile() {
throw UnimplementedError('getActiveProfile() has not been implemented.');
}
Returns the currently active profile if any.
Future<EsimProfile?> getActiveProfile() {
throw UnimplementedError('getActiveProfile() has not been implemented.');
}