removeProfile method

Future<bool> removeProfile(
  1. String profileId
)

Removes an installed profile by id.

Implementation

Future<bool> removeProfile(String profileId) {
  throw UnimplementedError('removeProfile() has not been implemented.');
}