switchToId method

Future<void> switchToId(
  1. String profileId
)

Escape hatch for switching by stable profile ID — useful when the caller has persisted an ID across sessions and doesn't have the full LoginProfile handy.

Implementation

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