logOut method

Future<bool> logOut()
inherited

Implementation

Future<bool> logOut() => _client.apiCall(_token, 'logOut');