list method

Future<List<LoginProfile>> list()

All profiles saved on this node.

Implementation

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