newEmpty method

Future<void> newEmpty()

Creates an empty profile slot. The next Tailscale.up with a fresh authkey registers a new node under this slot without touching other profiles.

Implementation

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