findClient abstract method

FutureOr<Client>? findClient(
  1. String? clientId
)

Finds the Client application associated with the given clientId.

Implementation

FutureOr<Client>? findClient(String? clientId);