sync method

Future<void> sync()

Implementation

Future<void> sync() async {
  await _channel.invokeMethod('unflow#sync');
}