ResultCallback typedef

ResultCallback = void Function(String? data)

Implementation

typedef ResultCallback = void Function(String? data);