observe method Null safety

void observe(
  1. Map options
)

Implementation

void observe(Map options) {
  var options_1 = convertDartToNative_Dictionary(options);
  _observe_1(options_1);
  return;
}