AndroidConfig constructor

AndroidConfig({
  1. required String configFilePath,
  2. String? tenantId,
})

Implementation

AndroidConfig({required this.configFilePath, this.tenantId});