4 lines
122 B
Dart
4 lines
122 B
Dart
// We use a conditional export to expose the right connection factory depending
|
|
// on the platform.
|
|
export 'native.dart';
|