setOnLockScreenVisibility method

void setOnLockScreenVisibility(
  1. bool isVisible
)

Implementation

void setOnLockScreenVisibility(bool isVisible) {
  throw UnimplementedError(
      'setOnLockScreenVisibility has not been implemented.');
}