socialLogin method

Future<Map?> socialLogin(
  1. Map<String, String> map
)

Implementation

Future<Map?> socialLogin(Map<String, String> map) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}