hideTitle method

Future<void> hideTitle()

Hides the title bar.

Implementation

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