static Future<bool?> fetchInAppMessage() { return _methodChannel.invokeMethod<bool>( _AbxAPI.fetchInAppMessage.toString().split('.').last); }