isLockScreen method

Future<bool> isLockScreen()

Android/IOS is lock screen

Implementation

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