mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
5 lines
174 B
Dart
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) {}
|
|
}
|