ParseUserConstructor typedef
ParseUserConstructor =
ParseUser Function(String? username, String? password, String? emailAddress, {ParseClient? client, bool? debug, String? sessionToken})
Implementation
typedef ParseUserConstructor = ParseUser Function(
String? username,
String? password,
String? emailAddress, {
String? sessionToken,
bool? debug,
ParseClient? client,
});