synch method

  1. @override
Future synch()
override

Implementation

@override
Future synch() async {
  final id = await super.synch();
  return id;
}