toInterface static method
convert a SdkConfig to a SdkConfigInterface
Implementation
static SdkConfigInterface toInterface(
SdkConfig sdkConfig,
) =>
SdkConfigInterface(
domain: sdkConfig.domain,
clientId: sdkConfig.clientId,
androidScheme: sdkConfig.androidScheme,
iosScheme: sdkConfig.iosScheme,
);