2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-05 15:10:44 +01:00

5 lines
123 B
Dart
Raw Normal View History

2020-08-22 11:20:15 +02:00
// ignore: camel_case_types
class platformViewRegistry {
static void registerViewFactory(String viewId, dynamic cb) {}
}