toSync method

  1. @override
DartGcm toSync()
override

Returns a synchronous implementation of this algorithm.

Implementation

@override
DartGcm toSync() {
  return this;
}