revokeContactSync method

Future<void> revokeContactSync(
  1. dynamic callback(
    1. FlyResponse response
    )?
)

Revokes the current contact sync operation.

Implementation

Future<void> revokeContactSync(Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}