status static method

Implementation

static Future<KitPermissionStatus> status(KitPermissionType type) async =>
    _map(await type._mapped.status);