getSocialLoginKeys method Null safety
It's used to return social login keys.
It will return list of keys depends on the device platform.
Implementation
Future<List<SocialLoginModel>> getSocialLoginKeys();
It's used to return social login keys.
It will return list of keys depends on the device platform.
Future<List<SocialLoginModel>> getSocialLoginKeys();