fromCode static method
Implementation
static HKAuthorizationStatus fromCode(int code) =>
HKAuthorizationStatus.values.firstWhere((e) => e.code == code);
static HKAuthorizationStatus fromCode(int code) =>
HKAuthorizationStatus.values.firstWhere((e) => e.code == code);