enterTypingState<T> abstract method

Future<T> enterTypingState<T>(
  1. Future<T> callback()
)

Starts typing loop and ends when callback resolves.

Implementation

Future<T> enterTypingState<T>(Future<T> Function() callback);