Skip to content

Instantly share code, notes, and snippets.

View priyaranjan12345's full-sized avatar

Priyaranjan Mantri priyaranjan12345

View GitHub Profile
class RazorpayService {
final Function(RpaySuccessResponse) onSuccess;
final Function(RpayCancelResponse) onCancel;
final Function(RpayFailedResponse) onFailed;
RazorpayService({
required this.onSuccess,
required this.onCancel,
required this.onFailed,