6 lines
119 B
Dart
6 lines
119 B
Dart
|
/**
|
||
|
* We don't know how to extract schema in dart, so do nothing.
|
||
|
*/
|
||
|
extractSchema(fn(List<String> descriptors)) {
|
||
|
}
|