RowndConfig constructor

RowndConfig({
  1. required String appKey,
  2. String? apiUrl,
  3. String? baseUrl,
  4. String? subdomainExtension,
})

Implementation

RowndConfig(
    {required this.appKey,
    this.apiUrl,
    this.baseUrl,
    this.subdomainExtension});