update method

Future<bool> update ()

Implementation

static Future<bool> update() async {
  return await _channel.invokeMethod('update');
}