mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-05 17:54:17 +01:00
5 lines
123 B
Dart
5 lines
123 B
Dart
![]() |
// ignore: camel_case_types
|
||
|
class platformViewRegistry {
|
||
|
static void registerViewFactory(String viewId, dynamic cb) {}
|
||
|
}
|