Future<bool?> isCustomClickAllowed() async { bool? isAllowed = await _channel.invokeMethod("isCustomClickAllowed"); return isAllowed; }