checkNumLockState method

Future<bool> checkNumLockState()

Implementation

Future<bool> checkNumLockState() async {
  return Future.error(
      'checkNumLockState() has not been implemented on this platform yet.');
}