forgotPassword method

Future<Map?> forgotPassword(
  1. String phoneNumber
)

Implementation

Future<Map?> forgotPassword(String phoneNumber) async {
  return null;
}