remove dart client example

This commit is contained in:
Neevash Ramdial
2021-01-15 12:19:41 -04:00
parent 4589dd8645
commit f4f6285cdb
73 changed files with 0 additions and 2739 deletions
@@ -1,13 +0,0 @@
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}