2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-12 19:50:43 +01:00
2020-08-22 15:53:14 +02:00

5 lines
123 B
Dart

// ignore: camel_case_types
class platformViewRegistry {
static void registerViewFactory(String viewId, dynamic cb) {}
}