Checks if Caps Lock is currently on.
Future<bool> isCapsLockOn() async { throw UnimplementedError('isCapsLockOn() must be implemented'); }