runTransaction<T> method
Implementation
Future<T> runTransaction<T>(TransactionHandler<T> handler) =>
_service.runTransaction(handler);
Future<T> runTransaction<T>(TransactionHandler<T> handler) =>
_service.runTransaction(handler);