call abstract method

Future<String?> call({
  1. required String email,
})

Implementation

Future<String?> call({required String email});