ToastCallback typedef

ToastCallback = void Function(String message)

Implementation

typedef ToastCallback = void Function(String message);