menu
amadeus_proto
api/routes/profile.dart
ProfileRoutes extension
ProfileRoutes
dark_mode
light_mode
ProfileRoutes
extension
on
ApiBase
Methods
getMyProfile
(
)
→
Future
<
Either
<
ApiError
,
Profile
>
>
getProfile
(
String
id
)
→
Future
<
Either
<
ApiError
,
Profile
>
>
searchProfiles
(
String
query
)
→
Future
<
Either
<
ApiError
,
List
<
Profile
>
>
>
updateProfile
(
Map
<
String
,
dynamic
>
data
)
→
Future
<
Either
<
ApiError
,
Profile
>
>
amadeus_proto
profile
ProfileRoutes extension
profile library