update method

Future<void> update()

Implementation

Future<void> update() async {
  return _channel.invokeMethod('update');
}