revokeContactSync method
Revokes the current contact sync operation.
Implementation
Future<void> revokeContactSync(Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
Revokes the current contact sync operation.
Future<void> revokeContactSync(Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}