getNotificationsDir method

  1. @override
Future<String?> getNotificationsDir()
override

Implementation

@override
Future<String?> getNotificationsDir() async {
  return await methodChannel
      .invokeMethod<String>(MethodName.getNotificationsDir);
}