menu
sam_api_calls package
documentation
contracts/contracts.dart
AppService
postNewUser abstract method
postNewUser abstract method
dark_mode
light_mode
postNewUser
abstract method
Future
<
UserProfile
>
postNewUser
(
UserProfile
user
,
String
password
)
Implementation
Future<UserProfile> postNewUser(UserProfile user, String password);
sam_api_calls package
documentation
contracts/contracts
AppService
postNewUser abstract method
AppService class