listProjects method

  1. @Deprecated('Use listProjectsInfo instead')
Future<List<Project>> listProjects()

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',
      {},
    );