conflictingAccounts property

Future<ConflictingAccounts>? conflictingAccounts

Get the conflicting accounts of the user.

Implementation

Future<ConflictingAccounts>? get conflictingAccounts {
  throw UnimplementedError('conflictingAccounts is not implemented.');
}