hasActionsDownloaded method

Future<bool> hasActionsDownloaded()

Check if the app has downloaded actions.

Implementation

Future<bool> hasActionsDownloaded() async {
  return await _methodChannel.invokeMethod("HasActionsDownloaded");
}