static Future<dynamic> hideAssigneeStatus(bool hide) async { return await _channel.invokeMethod('hideAssigneeStatus', hide); }