notifyChildrenChanged method

Future<void> notifyChildrenChanged(
  1. NotifyChildrenChangedRequest request
)

Implementation

Future<void> notifyChildrenChanged(
    NotifyChildrenChangedRequest request) async {
  throw UnimplementedError(
      'notifyChildrenChanged() has not been implemented.');
}