NativeCallback typedef

NativeCallback = void Function(String str)

Implementation

typedef void NativeCallback(String str);