checkAppRunning method

Future<bool> checkAppRunning()

Implementation

Future<bool> checkAppRunning() async {
  return ZegoUIKitPluginPlatform.instance.checkAppRunning();
}