getPriority method

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

Implementation

Future<AndroidNotificationPriority> getPriority() async =>
    _priorityFromString(
        (await _invokeMainChannel("getNotificationPriority")) as String);