getTitle method

Future<String> getTitle()

Returns String - The title of the native window.

Implementation

Future<String> getTitle() async {
  return await _channel.invokeMethod('getTitle');
}