getLaunchAction method

void getLaunchAction(
  1. void onActionReceived(
    1. String action
    )
)

Implementation

void getLaunchAction(void Function(String action) onActionReceived) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}