enterTypingState<T> method Null safety

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);