Client constructor
Implementation
factory Client(
{String endPoint = 'https://appwrite.io/v1',
bool selfSigned = false,
req.Client? http}) =>
createClient(endPoint: endPoint, selfSigned: selfSigned, http: http);
factory Client(
{String endPoint = 'https://appwrite.io/v1',
bool selfSigned = false,
req.Client? http}) =>
createClient(endPoint: endPoint, selfSigned: selfSigned, http: http);