reserve method

Future<bool> reserve(
  1. String operation
)

Implementation

Future<bool> reserve(String operation) => Future<bool>.value(false);