isAppleConfigured property

bool get isAppleConfigured

Implementation

bool get isAppleConfigured =>
    appleClientId != null &&
    appleClientId!.isNotEmpty &&
    appleTeamId != null &&
    appleTeamId!.isNotEmpty &&
    appleKeyId != null &&
    appleKeyId!.isNotEmpty &&
    applePrivateKey != null &&
    applePrivateKey!.isNotEmpty;