1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 17:28:56 +01:00
nc-photos/app/lib/mobile/ui_hack.dart
2022-04-06 02:37:58 +08:00

5 lines
174 B
Dart

// See: https://github.com/flutter/flutter/issues/41563
// ignore: camel_case_types
class platformViewRegistry {
static registerViewFactory(String viewId, dynamic cb) {}
}