RequestOnRejected typedef

RequestOnRejected = void Function(String requestId, String userId, String message)

Implementation

typedef RequestOnRejected = void Function(String requestId, String userId, String message);