current method

Future<LoginProfile?> current()

The currently active profile, or null if no profile is active on this node (e.g. the node has never logged in).

Implementation

Future<LoginProfile?> current() =>
    throw UnimplementedError('profiles.current not yet implemented');