Check if the app has downloaded actions.
Future<bool> hasActionsDownloaded() async { return await _methodChannel.invokeMethod("HasActionsDownloaded"); }