logAccountLink abstract method

Future<void> logAccountLink(
  1. String id,
  2. String type, {
  3. String? scopeId,
  4. String? scopeType,
})

Implementation

Future<void> logAccountLink(String id, String type,
    {String? scopeId, String? scopeType});