lock method

void lock(
  1. String password
)

Implementation

void lock(String password) {
  _invokeMethod('lock', {'password': password});
}