Flutter iOS Embedder
FlutterSpellCheckPlugin.mm File Reference
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "flutter/fml/logging.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h"

Go to the source code of this file.

Variables

static NSString *const kInitiateSpellCheck = @"@"SpellCheck.initiateSpellCheck"
 

Variable Documentation

◆ kInitiateSpellCheck

NSString* const kInitiateSpellCheck = @"@"SpellCheck.initiateSpellCheck"
static