serviceCallbackUrls property

Map<String, Map<String, String>> serviceCallbackUrls
final

Implementation

final serviceCallbackUrls={
  '{project-ID}':{
    'success':'{Your Success Webhook Domain}',
    'fail':'{Your Fail Webhook Domain}',
  },
};