listProjects method
Fetches the list of projects the current user has access to.
Implementation
@Deprecated('Use listProjectsInfo instead')
_i2.Future<List<_i3.Project>> listProjects() =>
caller.callServerEndpoint<List<_i3.Project>>(
'projects',
'listProjects',
{},
);