isScreenLocked method

Future<bool> isScreenLocked()

Implementation

Future<bool> isScreenLocked() async {
  return await NECallKitPlatform.instance.isScreenLocked();
}