createAuthenticate abstract method

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

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

Implementation

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