fetchClient method

Future<bool> fetchClient(
  1. String siteKey
)

Implementation

Future<bool> fetchClient(String siteKey){
  throw UnimplementedError('fetchClient() has not been implemented.');
}