fetchCancelFlowConfig method

Future<Map<String, dynamic>> fetchCancelFlowConfig({
  1. String? userId,
})

Implementation

Future<Map<String, dynamic>> fetchCancelFlowConfig({String? userId}) {
  throw UnimplementedError('fetchCancelFlowConfig() has not been implemented.');
}