IosConfig constructor

IosConfig({
  1. required bool useDeviceCredentials,
})

Implementation

IosConfig({
  required this.useDeviceCredentials,
});