| Index: lib/vm_service_client.dart
|
| diff --git a/lib/vm_service_client.dart b/lib/vm_service_client.dart
|
| index c8f26fcbe1c7509a2bf6040520e05dceb17b6b0e..a02f2b21eb2738d4f7629b815bb3fcdd90e70220 100644
|
| --- a/lib/vm_service_client.dart
|
| +++ b/lib/vm_service_client.dart
|
| @@ -26,6 +26,7 @@ export 'src/code.dart' hide newVMCodeRef;
|
| export 'src/context.dart' hide newVMContextRef;
|
| export 'src/error.dart' hide newVMError, newVMErrorRef;
|
| export 'src/exceptions.dart';
|
| +export 'src/extension.dart' show VMServiceExtension;
|
| export 'src/field.dart' hide newVMFieldRef;
|
| export 'src/flag.dart' hide newVMFlagList;
|
| export 'src/frame.dart' hide newVMFrame;
|
|
|