createUser abstract method

Future<Response> createUser(
  1. String name,
  2. String email,
  3. String password
)

Creates a user in the service with the arguments name, email and password

Implementation

Future<Response> createUser(String name, String email, String password);