final sendOtpProvider = FutureProvider.family<String,OtpSend>((ref,req) async { return ref.read(apiProvider).sendOtp(req); });