EventHandlerActivityResult typedef

EventHandlerActivityResult = void Function(AndroidActivityResult result)

Implementation

typedef EventHandlerActivityResult = void Function(
    AndroidActivityResult result);