You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/speech_to_text/ios/Classes/SpeechToTextPlugin.m

9 lines
260 B
Objective-C

#import "SpeechToTextPlugin.h"
#import <speech_to_text/speech_to_text-Swift.h>
@implementation SpeechToTextPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
[SwiftSpeechToTextPlugin registerWithRegistrar:registrar];
}
@end