Returns int - The title bar height of the native window.
int
Future<int> getTitleBarHeight() async { return await _channel.invokeMethod('getTitleBarHeight'); }