isAppInstalled method

bool isAppInstalled(
  1. AppId appId
)

Implementation

bool isAppInstalled(
  AppId appId,
) =>
    _isAppInstalled.call(
      this,
      appId,
    );