Showing
1 changed file
with
4 additions
and
0 deletions
| 1 | import Foundation | 1 | import Foundation |
| 2 | 2 | ||
| 3 | final class HealthKitRawDataHostApiImpl: HealthKitRawDataHostApi { | 3 | final class HealthKitRawDataHostApiImpl: HealthKitRawDataHostApi { |
| 4 | + func shareUploadTaskRecord(completion: @escaping (Result<Bool, any Error>) -> Void) { | ||
| 5 | + | ||
| 6 | + } | ||
| 7 | + | ||
| 4 | func saveNativeCallFlutterChange(relativeDataTypes: [Int64], completion: @escaping (Result<Bool, any Error>) -> Void) { | 8 | func saveNativeCallFlutterChange(relativeDataTypes: [Int64], completion: @escaping (Result<Bool, any Error>) -> Void) { |
| 5 | 9 | ||
| 6 | } | 10 | } |
-
Please register or login to post a comment