current method
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');
The currently active profile, or null if no profile is active on this node (e.g. the node has never logged in).
Future<LoginProfile?> current() =>
throw UnimplementedError('profiles.current not yet implemented');