OnDTMF typedef

OnDTMF = Future Function(String digits, String uuid)

Used to type a number on his dialer

digits - The digits that emitted the dtmf tone uuid - The UUID of the call.

Implementation

typedef Future<dynamic> OnDTMF(String digits, String uuid);