SpeechPlugin.h 132 B

1234567
  1. #import <Flutter/Flutter.h>
  2. static FlutterMethodChannel* _channel;
  3. @interface SpeechPlugin : NSObject<FlutterPlugin>
  4. @end