commit method

  1. @deprecated
Future<bool> commit()

Always returns true. On iOS, synchronize is marked deprecated. On Android, we commit every set.

Implementation

@deprecated
Future<bool> commit() async => true;