setAttemptInstantSync method

Future<void> setAttemptInstantSync(
  1. bool isEnable
)

Implementation

Future<void> setAttemptInstantSync(bool isEnable) async {
  throw UnimplementedError(
      '`setAttemptInstantSync` has not been implemented.');
}