signInWithCustom method
Authenticate with Custom Social Provider.
Implementation
Future<CkAuthResult<dynamic>> signInWithCustom({
required String providerName,
required Map<String, dynamic> authData,
}) => CkAuthService.instance.signInWithCustom(
providerName: providerName,
authData: authData,
);