showTitle method

Future<void> showTitle()

Shows the title bar.

Implementation

Future<void> showTitle() => _platform.showTitle(_id);