deleteById method

Future<void> deleteById(
  1. String profileId
)

Escape hatch for deleting by stable profile ID.

Implementation

Future<void> deleteById(String profileId) =>
    throw UnimplementedError('profiles.deleteById not yet implemented');