register abstract method

Future<String> register()

Handles the logic for user registration.

This method should be implemented to manage the registration process.

Implementation

Future<String> register();