getSocialLoginKeys method Null safety

Future<List<SocialLoginModel>> getSocialLoginKeys()

It's used to return social login keys.

It will return list of keys depends on the device platform.

Implementation

Future<List<SocialLoginModel>> getSocialLoginKeys();