withAutoRelay method

Future<void> withAutoRelay(
  1. bool enabled
)

Implementation

Future<void> withAutoRelay(bool enabled) async {
  enableAutoRelay = enabled;
}