sync method

Future<void> sync(
  1. int walletId
)

Implementation

Future<void> sync(int walletId) async {
  throw UnimplementedError('sync() has not been implemented.');
}