import 'package:flutter/material.dart'; class Keys { static String privateKey = ''; static String publicKey = ''; static bool keysExist = false; }