getTitle method

Future<String?> getTitle()

Implementation

Future<String?> getTitle() async {
  return _callMethod("getTitle");
}