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