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