Component

PreCallLobby

Flutter implementation of the PreCallLobby component.

Usage

dart
import 'package:refraction_ui/refraction_ui.dart';

class MyPreCallLobbyExample extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return PreCallLobby(
      // Add props here
    );
  }
}