getTitle method

Future<String> getTitle()

(*see README for warning about notification-related "gets")

Implementation

Future<String> getTitle() async =>
    await _invokeMainChannel("getNotificationTitle");