Returns String - The title of the native window.
String
Future<String> getTitle() async { return await _channel.invokeMethod('getTitle'); }