authenticateFacebook abstract method

Future<Session> authenticateFacebook({
  1. required String token,
  2. bool create = true,
  3. String? username,
  4. Map<String, String>? vars,
  5. bool import = false,
})

Implementation

Future<model.Session> authenticateFacebook({
  required String token,
  bool create = true,
  String? username,
  Map<String, String>? vars,
  bool import = false,
});