startInAppCustomActionHandler abstract method

Future<void Function()> startInAppCustomActionHandler(
  1. InAppCustomActionHandler handler
)

Implementation

Future<void Function()> startInAppCustomActionHandler(
  InAppCustomActionHandler handler,
);